home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DEV / I-Z / Texx02.sea / Texx Folder / Change Notes V0.2.1 next >
Text File  |  1992-08-25  |  3KB  |  56 lines

  1. Change notes for Texx Version 0.2.1 -- 08/25/92
  2.  
  3. Texx Version 0.2.1 is the newest version of Texx available as of 08/25/92.
  4. Texx Version 0.2.1 is a maintenance release of Version 0.2.1.  This version 
  5. expands on Version 0.1.  In addition, several bugs in Version 0.1 have been fixed. 
  6.  
  7. Bugs fixed:
  8.  
  9. 1.    When Texx is in the foreground and is executing an exec, the EXEC menu is
  10.          highlighted.  If the exec contains an external command that causes the
  11.      targeted application to be brought to the foreground, the application's 
  12.      menu is obscured by the highlighted EXEC menu.  Although the problem is
  13.      with the Mac OS, a workaround has been incorporated and menus now 
  14.      appear as they should.
  15.  
  16. 2.    When a Texx exec sends Texx a DO SCRIPT external command, Texx would
  17.      time out and RC would contain an error, even though the exec from the 
  18.      DO SCRIPT command would execute.  This has now been fixed.  When Texx
  19.      receives a DO SCRIPT command from itself, Texx will open the requested
  20.      file and return a successful return code if the file was opened successfully.
  21.      The new exec will not execute until the original exec terminates.
  22.  
  23. 3.    While Texx is 32-bit clean, there is an assembly language routine that
  24.      steps though memory blocks.  Due to an oversight, this routine did not
  25.      account for 32-bit memory block headers.  This is now fixed and Texx is
  26.      now 100% 32-bit compatible.
  27.  
  28. 4.  Under some obscure circumstances, Texx incorrectly disposed of the 
  29.          wrong memory block which caused abends or other strange occurances.
  30.          This has now been fixed.
  31.  
  32. 5.    Numerous spelling mistakes in the manual have been corrected.  In addition,
  33.      the manual has been broken up into 2 parts and has created in MacWrite 
  34.      format.  To reduce download time, I am not including a Microsoft Word
  35.      formatted manual.  If you want a Word formatted manual, drop me a line and
  36.      I'll upload one.
  37.  
  38. 6.  Version 0.2 generated an addressing exception when running on a 68000 cpu.
  39.      68020/030/040 cpus do not generate the addressing exception, but the bug
  40.      resulted in the possiblity of an exec's symbol table not fully purging after
  41.      executing.  This new version, 0.2.1 corrects this error.   
  42.  
  43. New features:
  44.  
  45. 1.    Stems are now supported.  Stems are Texx's version of arrays.  Stems are
  46.      extremely flexible and powerful.  Chapter 1 of the manual describes stems
  47.      under the heading COMPOUND SYMBOLS.
  48.  
  49. 2.    Several built-in functions are now supported.  The supported functions are
  50.      a small subset of the planned functions for future releases.
  51.  
  52. 3.    Several routines have been re-written to improve speed and improve the 
  53.      language flexibility.
  54.  
  55. 4.  The Profile.Exec and Shutdown.Exec files are now more useful and serve 
  56.      better as examples of the new Texx features.